Matlab 画三维立体图形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms. Some features of the library are: - creation of various shapes (3D points, 3D lines, planes, polyhedra...) through an intuitive syntax. Ex: createPlane(p1, p2, p3) to create a plane through 3 points. - derivation of new shapes: intersection between 2 planes, intersection between a plane and a line, between a sphere and a line... - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces arrays (face array contain indices of vertices), and support faces with any number of vertices. Some basic models are provided (createOctaedron, createCubeoctaedron...), as well as some computation (like faceNormal or centroid) - manipulation of planar transformation. Ex.: ROT = createRotationOx(THETA); P2 = transformPoint3d(P1, ROT); - direct drawing of shapes with specialized functions. Clipping is performed automatically for infinite shapes such as lines or rays. Ex: drawPoint3d([50 50 25; 20 70 10], 'ro'); % draw some points drawLine3d([X0 Y0 Z0 DX DY DZ]); % clip and draw straight line Some functions require the geom2d package. Additional help is provided in geom3d/Contents.m file, as well as summary files like 'points3d.m' or 'lines3d.m'.
标签: Matlab 画三维立体图形
上传时间: 2015-11-02
上传用户:A1321
三维立体图形!!超级漂亮!!!请大家看看!真的不错
上传时间: 2017-07-08
上传用户:playboys0
这是一个能根据输入的符号表达式画三维或二维图形的matlab程序。
上传时间: 2014-12-04
上传用户:hgy9473
用java语言编写的三维立体画制作程序在网上很少搜到,本人发一供大家研究!
上传时间: 2014-01-03
上传用户:jennyzai
java语言编写的三维立体画程序在网上很少找到,这个程序是刘洪石先生编写的,供大家研究!
上传时间: 2014-01-06
上传用户:gtf1207
刘洪石用C编写的编写的三维立体画生成程序。
上传时间: 2015-11-01
上传用户:zmy123
采用MATLAB编写的最新三维数据图形界面,运用GUI编程,输入函数名:volumization (data, n )即可。其中DATA的格式为:[n x m x p];n表示显示方式: 1 - all, 2 - every second, 3 - every third。
上传时间: 2014-11-22
上传用户:缥缈
跟着鼠标动的三维立体
上传时间: 2014-01-18
上传用户:偷心的海盗
利用matlab计算三维光子晶体带隙的fdtd算法
上传时间: 2015-07-01
上传用户:zhyiroy
这是用flash制作的三维立体动画,请大家学习和指导。
上传时间: 2015-07-05
上传用户:cooran